getInternalDirectives() public static method

public static getInternalDirectives ( ) : array
return array
コード例 #1
0
ファイル: GraphQL.php プロジェクト: aeshion/ZeroPHP
 /**
  * @return array
  */
 public static function getInternalDirectives()
 {
     return array_values(Directive::getInternalDirectives());
 }