AttachmentManager::__construct PHP 메소드

__construct() 공개 메소드

Constructor. Create a new Attachment Manager instance.
public __construct ( $p_config )
    function __construct($p_config)
    {
        $this->m_config = $p_config;
    }