PHP Class AxisFixed, GotCms

Inheritance: extends Axis
Mostra file Open project: gotcms/gotcms Class Usage Examples

Protected Properties

Property Type Description
$step

Public Methods

Method Description
Grid ( $min, $round_up = false ) Calculates a grid based on min, max and step min and max will be adjusted to fit step
__construct ( $length, $max_val, $min_val, $step )

Method Details

Grid() public method

Calculates a grid based on min, max and step min and max will be adjusted to fit step
public Grid ( $min, $round_up = false )

__construct() public method

public __construct ( $length, $max_val, $min_val, $step )

Property Details

$step protected_oe property

protected $step