PATH:
home
/
lab2454c
/
incforce.com
/
wp-content
/
plugins
/
smart-slider-3
/
Nextend
/
Framework
/
Content
<?php namespace Nextend\Framework\Content; abstract class AbstractPlatformContent { /** * @param $keyword * * @return array links * $links[] = array( * 'title' => '', * 'link' => '', * 'info' => '' * ); */ abstract public function searchLink($keyword); /** * @param $keyword * * @return array links * $links[] = array( * 'title' => '', * 'description' => '', * 'image' => '', * 'link' => '', * 'info' => '' * ); */ abstract public function searchContent($keyword); }
[+]
..
[+]
WordPress
[-] Content.php
[edit]
[-] ControllerAjaxContent.php
[edit]
[-] AbstractPlatformContent.php
[edit]