Admin_Apple_Notice::__construct PHP Method

__construct() public method

Constructor.
public __construct ( $settings )
    function __construct($settings)
    {
        self::$settings = $settings;
        add_action('admin_notices', array($this, 'show'));
    }