PhalconRest\Transformers\Transformer::int PHP 메소드

int() 공개 메소드

* Format helper shortcuts
public int ( $value )
    public function int($value)
    {
        return $this->formatHelper->int($value);
    }