getInternalDirectives() 공개 정적인 메소드

public static getInternalDirectives ( ) : array
리턴 array
예제 #1
0
파일: GraphQL.php 프로젝트: aeshion/ZeroPHP
 /**
  * @return array
  */
 public static function getInternalDirectives()
 {
     return array_values(Directive::getInternalDirectives());
 }