PHP Class Newscoop\Service\Model\Search\Column

Datei anzeigen Open project: sourcefabric/newscoop

Protected Properties

Property Type Description
$search Search *

Public Methods

Method Description
__construct ( Search $search ) Creates a new column.

Method Details

__construct() public method

Creates a new column.
public __construct ( Search $search )
$search Search The search instance that is the owner of this Column.

Property Details