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

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

public __construct ( $className, $tableInfo, $classNamespace = '', $shortArrays = false )
    public function __construct($className, $tableInfo, $classNamespace = '', $shortArrays = false)
    {
        $this->className = $className;
        $this->tableInfo = $tableInfo;
        $this->classNamespace = $classNamespace;
        $this->classStub = new ClassStub($shortArrays);
    }