__construct() public method

public __construct ( $behavior = ROLE_BEHAVIORS::BASE )
コード例 #1
0
ファイル: MongoDB.php プロジェクト: recipe/scalr
 public function __construct($behaviorName)
 {
     parent::__construct($behaviorName);
 }