Admin_Apple_Notice::__construct PHP Méthode

__construct() public méthode

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