association() public static method

public static association ( ) : Type
return Type
コード例 #1
0
ファイル: AssociationField.php プロジェクト: dumplie/dumplie
 /**
  * @return Type
  */
 public function type() : Type
 {
     return Type::association();
 }
コード例 #2
0
 /**
  * TextMapping constructor.
  */
 public function __construct()
 {
     $this->type = Type::association();
 }