PHP 클래스 AxisFixed, GotCms

상속: extends Axis
파일 보기 프로젝트 열기: gotcms/gotcms 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$step

공개 메소드들

메소드 설명
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 )

메소드 상세

Grid() 공개 메소드

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 __construct ( $length, $max_val, $min_val, $step )

프로퍼티 상세

$step 보호되어 있는 프로퍼티

protected $step