Ingo_Rule_User::__construct PHP 메소드

__construct() 공개 메소드

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