Fix File
•
/
home
/
sportsfe...
/
httpdocs
/
wp-conte...
/
plugins
/
smart-sl...
/
Nextend
/
Framewor...
/
Content
•
File:
AbstractPlatformContent.php
•
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); }
•
Search:
•
Replace:
Function
Edit by line
Download
Information
Rename
Copy
Move
Delete
Chmod
List