Ouzo\Tools\Model\Template\DatabaseColumn::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( $name, $type, $default = '' )
    public function __construct($name, $type, $default = '')
    {
        $this->name = $name;
        $this->type = $type;
        $this->default = $default;
    }
DatabaseColumn