AttachmentManager::__construct PHP Method

__construct() public method

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