association() public static method

public static association ( ) : Type
return Type
Exemplo n.º 1
0
 /**
  * @return Type
  */
 public function type() : Type
 {
     return Type::association();
 }
Exemplo n.º 2
0
 /**
  * TextMapping constructor.
  */
 public function __construct()
 {
     $this->type = Type::association();
 }