Neos\Flow\Persistence\Doctrine\DataTypes\JsonArrayType::getBindingType PHP Метод

getBindingType() публичный Метод

Gets the (preferred) binding type for values of this type that can be used when binding parameters to prepared statements.
public getBindingType ( ) : integer
Результат integer
    public function getBindingType()
    {
        return \PDO::PARAM_STR;
    }