_identity() 보호된 메소드

Helper for generating the identity()
protected _identity ( array $properties ) : string
$properties array
리턴 string
예제 #1
0
 /** @inheritdoc */
 public function identity()
 {
     return parent::_identity(['name', 'in']);
 }