Fix File
•
/
home
/
sportsfe...
/
httpdocs
/
wp-conte...
/
plugins
/
smart-sl...
/
Nextend
/
Framewor...
/
Form
/
Insert
•
File:
AbstractInsert.php
•
Content:
<?php namespace Nextend\Framework\Form\Insert; use Nextend\Framework\Form\ContainedInterface; use Nextend\Framework\Form\ContainerInterface; abstract class AbstractInsert { /** * @var ContainedInterface */ protected $at; /** * AbstractInsert constructor. * * @param ContainedInterface $at */ public function __construct($at) { $this->at = $at; } /** * @param ContainedInterface $element * * @return ContainerInterface Returns the parent */ public abstract function insert($element); }
•
Search:
•
Replace:
Function
Edit by line
Download
Information
Rename
Copy
Move
Delete
Chmod
List