Ingo_Rule_User::__construct PHP Method

__construct() public method

Constructor.
public __construct ( )
    public function __construct()
    {
        $this->name = _("New Rule");
    }

Usage Example

コード例 #1
0
ファイル: Move.php プロジェクト: raz0rsdge/horde
 /**
  */
 public function __construct()
 {
     parent::__construct();
     $this->flags = self::FLAG_AVAILABLE;
     $this->label = _("Deliver to folder...");
     $this->type = self::TYPE_MAILBOX;
 }
All Usage Examples Of Ingo_Rule_User::__construct