Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Int.php
Go to the documentation of this file.
1 <?php
2 
27 #require_once 'Zend/Filter/Interface.php';
28 
29 
37 {
46  public function filter($value)
47  {
48  return (int) ((string) $value);
49  }
50 }
filter($value)
Definition: Int.php:46
$value
Definition: gender.phtml:16