MetaAction::__construct PHP 메소드

__construct() 공개 메소드

Base initializations
public __construct ( $p_name = 'default' )
    public function __construct($p_name = 'default')
    {
        $this->m_name = $p_name;
        if (!is_array($this->m_properties)) {
            $this->m_properties = array();
        }
    }