Neos\Flow\Property\TypeConverter\AbstractTypeConverter::getPriority PHP 메소드

getPriority() 공개 메소드

Return the priority of this TypeConverter. TypeConverters with a high priority are chosen before low priority.
public getPriority ( ) : integer
리턴 integer
    public function getPriority()
    {
        return $this->priority;
    }