Ouzo\Tools\Model\Template\ClassStub::__construct PHP Метод

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

public __construct ( $shortArrays = false )
    public function __construct($shortArrays = false)
    {
        $this->shortArrays = $shortArrays;
        $stubFilePath = $this->_getStubFilePath();
        $this->_stubContent = file_get_contents($stubFilePath);
    }