Essence\Provider\Presenter\Templater::__construct PHP Метод

__construct() публичный Метод

Constructor.
public __construct ( string $property, string $switch, array $templates )
$property string Property to update.
$switch string Property to test.
$templates array Mapping.
    public function __construct($property, $switch, array $templates)
    {
        $this->_property = $property;
        $this->_switch = $switch;
        $this->_templates = $templates;
    }