PhalconRest\Transformers\Transformer::int PHP Method

int() public method

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